home *** CD-ROM | disk | FTP | other *** search
- /**/
- 'cls'
- Say "*******************************************************************"
- Say " Name: Test Case 14"
- Say " "
- Say " Program: Display Test Tool"
- Say " "
- Say " Purpose: To test OS/2 Video Device Driver using the Display Test"
- Say " Tool (DTT) program."
- Say " "
- Say " "
- Say " Please refer to test14.doc for more"
- Say " information on what this test case does."
- Say "*******************************************************************"
-
- '@echo off'
- Pause
- 'cd ..'
- 'cd dtt32'
- 'call dtt -isample.scr'
- 'cd ..'
- 'cd testcase'
- '@echo on'
- EXIT